All Questions
4 questions
1vote
1answer
6kviews
How to fix Debian 11 not booting after kernel upgrade?
My Debian 11 shipped with version 5.10 of the Linux kernel. I wanted a newer one, so I downloaded 5.15 from here, extracted the tar file, copied over the existing configuration, ran make menuconfig, ...
13votes
2answers
28kviews
What is zImage, rootfs
I am very much new to Embedded Linux. We use poky build system. We just use bitbake linux-imx command to build the kernel. It generates some files zImage, rootfs, uboot and also a sdcard image. We ...
2votes
1answer
111views
Booting Linux minimally
I am trying to boot just linux itself. It's mostly for the learning experience. I got a small HDD with only one ext4 partition looking like this: /bin/bash /dev/console /boot/vmlinuz ...
3votes
0answers
617views
LVM RAID 1 for root [closed]
I have LVM RAID 1 (not mdadm RAID 1, but exactly LVM2 RAID 1) for my root partition. I would like to make my system boot without either of the HDDs where the underlying PVs of the root LVM partition ...